home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / WinXP Service Pack 1 / xpsp1_sv_x86.exe / ip / hiddigi.in_ / hiddigi.inf
Encoding:
Text (UTF-16)  |  2002-09-09  |  7.2 KB  |  121 lines

  1. ; HidDigi.INF
  2. ; Copyright (c) 2000,2002 Microsoft Corporation
  3.  
  4. [version]
  5. signature="$WINDOWS NT$"
  6. Class=HIDClass
  7. ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
  8. Provider=%MS%
  9. LayoutFile=layout.inf
  10. DriverVer=07/01/2001,5.1.2600.1106
  11.  
  12. [ControlFlags]
  13. ExcludeFromSelect=*
  14.  
  15. [DestinationDirs]
  16. DefaultDestDir              =11     ;LDID_SYS
  17. MutohPenInst.NT.Copy        =12     ;LDID_DRIVERS
  18. WacomPenInst.NT.Copy        =12     ;LDID_DRIVERS
  19.  
  20. ; Drivers
  21. ;----------------------------------------------------------
  22. [Manufacturer]
  23. %FinePt%=FinePt
  24. %Wacom%=Wacom
  25.  
  26. [FinePt]
  27. %ACPI\MAI3310.DeviceDesc%   =MutohPenInst,ACPI\MAI3310
  28.  
  29. [Wacom]
  30. %ACPI\WACF004.DeviceDesc%   =WacomPenInst,ACPI\WACF004
  31.  
  32. [MutohPenInst.NT]
  33. CopyFiles                   =MutohPenInst.NT.Copy
  34.  
  35. [MutohPenInst.NT.Copy]
  36. mutohpen.sys
  37. serial.sys
  38.  
  39. [MutohPenInst.NT.HW]
  40. AddReg                      =SerialInst.NT.HW.AddReg
  41.  
  42. [MutohPenInst.NT.Services]
  43. AddService                  =MutohPen,0x00000002,MutohPenServiceInst,MutohEventLogInst
  44. AddService                  =Serial,,SerialServiceInst, SerialEventLogInst
  45.  
  46. [MutohEventLogInst]
  47. AddReg                      =MutohEventLogAddReg
  48.  
  49. [MutohEventLogAddReg]
  50. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\mutohpen.sys"
  51. HKR,,TypesSupported,0x00010001,7
  52.  
  53. ; -------------- Mutoh Pen Driver install section
  54. [MutohPenServiceInst]
  55. DisplayName    = %MutohPen.SVCDESC%
  56. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  57. StartType      = 3               ;
  58. ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
  59. ServiceBinary  = %12%\mutohpen.sys
  60. LoadOrderGroup = Extended Base
  61.  
  62. [WacomPenInst.NT]
  63. CopyFiles                   =WacomPenInst.NT.Copy
  64.  
  65. [WacomPenInst.NT.Copy]
  66. wacompen.sys
  67. serial.sys
  68.  
  69. [WacomPenInst.NT.HW]
  70. AddReg                      =SerialInst.NT.HW.AddReg
  71.  
  72. [WacomPenInst.NT.Services]
  73. AddService                  =WacomPen,0x00000002,WacomPenServiceInst,WacomEventLogInst
  74. AddService                  =Serial,,SerialServiceInst, SerialEventLogInst
  75.  
  76. [WacomEventLogInst]
  77. AddReg                      =WacomEventLogAddReg
  78.  
  79. [WacomEventLogAddReg]
  80. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\wacompen.sys"
  81. HKR,,TypesSupported,0x00010001,7
  82.  
  83. ; -------------- Wacom Pen Driver install section
  84. [WacomPenServiceInst]
  85. DisplayName    = %WacomPen.SVCDESC%
  86. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  87. StartType      = 3               ;
  88. ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
  89. ServiceBinary  = %12%\wacompen.sys
  90. LoadOrderGroup = Extended Base
  91.  
  92. [SerialInst.NT.HW.AddReg]
  93. HKR,,"LowerFilters",0x00010000,"serial"
  94. HKR,,"MultiportDevice",0x00010001,0
  95.  
  96. [SerialEventLogInst]
  97. AddReg         = SerialEventLogAddReg
  98.  
  99. [SerialEventLogAddReg]
  100. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\serial.sys"
  101. HKR,,TypesSupported,0x00010001,7
  102.  
  103. ; -------------- Serial Port Driver install sections
  104. [SerialServiceInst]
  105. DisplayName    = %Serial.SVCDESC%
  106. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  107. StartType      = 3               ; SERVICE_DEMAND_START
  108. ErrorControl   = 0               ; SERVICE_ERROR_IGNORE
  109. ServiceBinary  = %12%\serial.sys
  110. LoadOrderGroup = Extended base
  111.  
  112. [Strings]
  113. MS="Microsoft"
  114. FinePt="Fine Point Innovations, Inc."
  115. Wacom="Wacom Technology Corporation"
  116. ACPI\MAI3310.DeviceDesc="Mutoh Serial Pen Tablet"
  117. MutohPen.SVCDESC="Mutoh Serial Pen HID Driver"
  118. ACPI\WACF004.DeviceDesc="Wacom Serial Pen Tablet"
  119. WacomPen.SVCDESC="Wacom Serial Pen HID Driver"
  120. Serial.SVCDESC="Serial Port Driver"
  121.